{% load i18n %} {% load iclock_tags %} {% autoescape off %} [ {% for item in object_list %} { "id":"{{ item.pk }}", "code":"{{ item.code|trim }}", "alias":"{{ item.code|trim }}", {%if not forloop.last%}, {%endif%} {% endfor %} ] {% endautoescape %}